[vTPM] Add set/get_other_config to Xen-API.
authorKeir Fraser <keir@xensource.com>
Thu, 11 Oct 2007 08:41:16 +0000 (09:41 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 11 Oct 2007 08:41:16 +0000 (09:41 +0100)
commit1a55b4207e077f5dc1a840c921139a41610bc160
tree2022afd23a1ae202702562f7b023d37e8fde6dfe
parent09fa4973a1fe64316715d2c7c876eda503af0a3f
[vTPM] Add set/get_other_config to Xen-API.

Add get_- and set_other_config methods to the vTPM class. Write the
parameters into the xenstore while the domain is running prefixing it
with 'oc_'. Also I add the methods to the C library as well as the
documentation.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen/api/xen_vtpm.h
tools/libxen/src/xen_vtpm.c
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/tpmif.py